I'll start by showing you the structure of the message itself. A basic SOAP message consists of an envelope with two main parts: the header and the body. 一个基本的SOAP消息由包含两个主要部分(报头和主体)的封套组成。
To start, it's necessary to include a number of header files at the start of your custom application that provide access to the required functions 开始时,在访问所需功能的自定义应用程序的开头包含若干头文件是必要的